20060712-[2209].sql 156 B

123456
  1. ALTER TABLE `spawnlist` ADD `periodOfDay` decimal(2,0) default 0;
  2. update spawnlist set periodOfDay = 0;
  3. -- 0 = Default
  4. -- 1 = Day mob
  5. -- 2 = Night mob